@import url('https://fonts.googleapis.com/css?family=Unica+One&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400&display=swap');



body {
    font-family: 'Lato', sans-serif, Tahoma, Sans-Serif;
    color: black;
    font-size: 11pt;
    background-color: #eeeeee;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0px;
    margin-right: 0px;
    /* width: 100vw;    */
    overflow-x: hidden;
    font-weight: 300;
    min-height: 100vh;
    flex-direction: column;
    display: flex;

}

div::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px; */
    background-color: rgba(255, 255, 255, 0);
}

div::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1); */
    background-color: rgba(245, 245, 245, 0.5);
    border-radius: 5px;
}

div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(128, 128, 128, 0.363);
    width: 80%;
}

div::-webkit-scrollbar-corner {
    background: rgba(0,0,0,0)
}

b {
    font-weight: 400;
}

h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400 !important;
    font-family: 'Unica One', cursive, Tahoma, Sans-Serif;
}


h3 {
    text-align: center;
    font-weight: 300 !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

 

h2 {
	text-align: center;
	font-weight: normal !important;
	font-family: "Gill Sans", sans-serif;
	font-size: 20px !important;
}

h4 {
	text-align:left;
	font-weight: normal !important;
	font-family: "Gill Sans", sans-serif;
	font-size: 15px !important;
}

h5 {
    text-align: center;
    font-weight: 300;
    font-family: 'Sans-Serif', normal; 
}

.tab {
	margin-left: 15px;
}
h6{
    color:#f37633 !important;
    font-weight: bold;
    font-size: 25px;
    text-align:center;
}

h6.active {
    color: #f9a978 !important;
}

h6:hover {
    color: #f9a978 !important;
    transition: color 0.2s ease-out;
}

/**
 * .shadow1 {
    margin: 5px;
    background-color: rgb(68,68,68); 
    -moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    -webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
    box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    zoom: 1;
}
**/

/**.shadow1 .content {
    position: relative; 
    padding: 25px;
    background-color: #DDD;
}**/

.shadow {
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

.shadow .content{
   padding-top: 35px;
   padding-left: 30px; 
   padding-right: 30px;
   padding-bottom: 40px;
}

.shadow .content1{
   padding-top: 59px;
   padding-left: 30px; 
   padding-right: 30px;
   padding-bottom: 59px;
}


.content{
   padding-top: 36px;
   padding-left: 30px; 
   padding-right: 30px;
   padding-bottom: 36px;
   flex: 1;
}


.section-head {
    margin: 0px 0px;
}

hr {
    padding: 0px 0px;
    margin: 0px 0px;
    /* width: 2px; */
}

div.text-center {
    padding: 0;
    /* width: 100vw; */
}



/* NAVBAR */

.navbar {
    position: relative;
    /* height: 90px; */
    /* width: 100vw; */
    -webkit-box-shadow: 0px -2px 6px 0px rgba(0,0,0,.25);
    -moz-box-shadow: 0px -2px 6px 0px rgba(0,0,0,.25);
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,.25);
    z-index: 5;
}

.logo {
    height: 65px;
    vertical-align: middle;
    filter: drop-shadow(0px 0px 2px rgba(197, 197, 197, 0.808));
    padding: 0px 10px;
}

.logo:hover {
    filter: drop-shadow(0px 0px 5px rgba(197, 197, 197, 0.808));
    transition: filter 0.3s ease-out
}



.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

.nav-text {
    display: inline;
    position: absolute;
    top: 29px;
    font-family: 'Unica One', cursive, 'Tahoma', sans-serif;
    font-size: 18pt;
    color: rgba(255, 255, 255, 0.9);
    filter: drop-shadow(0px 0px 2px rgba(197, 197, 197, 0.808));

}

.nav-text:hover {
    filter: drop-shadow(0px 0px 7px rgba(197, 197, 197, 0.808));
    transition: filter 0.3s ease-out
}

.nav-link {
    color:#f37633 !important;
    font-weight: bold;
}

.nav-link.active {
    color: #f9a978 !important;
}

.nav-link:hover {
    color: #f9a978 !important;
    transition: color 0.2s ease-out;
}

.navbar-toggler {
    border-color: rgba(0,0,0,0) !important;
}


@media screen and (max-width: 768px) {
    .nav-text {
      font-size: 18px;
      top: 33px;
      transition: font-size 0.5s;
    }
    .logo {
        height: 65px;
        vertical-align: bottom;
    }

    .align-items-center {
        padding-left: 5vw;
        /* margin-left: auto; */
    }

    .carousel-caption {
        visibility: hidden;
    }
  }

.bg-light {
    background-color: white !important;

}

/* .navbar-toggler {
    color: #ffffff !important;
} */
/* .front-desc {

} */

.d-block {
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* .w-100 {
    width: 100vw !important;
    margin: 0;
} */

.triplet {
    max-height: 220px;
    /* -webkit-box-shadow: 0 -5px 10px -3px rgba(0, 0, 0, 0.411);
    -moz-box-shadow: 0 -5px 10px -3px rgba(0, 0, 0, 0.411); */
    filter: drop-shadow(0px 0px 2px rgba(197, 197, 197, 0.808));
    transition: transform 200ms ease-out;

}

.triplet:hover {
    transform: scale(1.01);
    transition: transform 200ms ease-out;
}


.triplet-card:hover {
    background-color: rgb(228, 228, 228);
    transition: background-color 200ms ease-out;

}

footer {
    background-color: #1D2D44;
    color: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px -2px 6px 0px rgba(0,0,0,.25);
    -moz-box-shadow: 0px -2px 6px 0px rgba(0,0,0,.25);
    box-shadow: 0px -2px 6px 0px rgba(0,0,0,.25);
    /* overflow-x: hidden; */
    width: 100%;
    margin: 0px !important;
}

.social-container {
    position: relative;
    height: 70px;
}

.social {
    /* margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); */
    height: 30px;
    text-align: center !important;
    margin: 0px;
}

i.fas {
    font-size: 18pt;
    padding-right: 5pt;
}

a {
    color: #748CAB
}

a[href^="https"] {
    color: rgba(255, 255, 255, 0.6);


}

a[href^="https"]:hover {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;

}

.social-icon {
    font-size: 18pt;
    padding-right: 5pt;
    text-decoration: none !important;
    transition: color 0.2s ease-out;

}


.btn-primary {
    background-color:#f37633 !important;
    border-color: rgb(100, 121, 150);
    width
}

.btn-primary:hover {
    background-color:#f9a978 !important;
    border-color: rgb(100, 121, 148);
}

.btn-primary:active {
    background-color:#f9a978 !important;
    border-color: rgb(100, 121, 148);
}

.btn:focus {
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6); */
    box-shadow: none !important;
}

.calendar-container {
    max-width: 100%;
    overflow: auto;
}

.calendar {
    min-width: 600px;
}


.social-media {
    font-size: 36pt;
}

.sm-link {
    color: #444444;
}

.sm-icon {
    transition: color 200ms ease-out;
}

.sm-facebook-icon:hover {
    color: rgba(60,90,153);
    text-decoration: none;

}

.sm-instagram-icon:hover {
    color: rgba(193,53,132);
}

.fa-external-link-alt {
    font-size: 10pt !important;
    color: #aaa;
    position: relative;
    bottom: 2px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.field-left{
	display: block !important;
	text-align: left !important;
}

.field-bottom{
	display: block !important;
	text-align: center !important;
	bottom: 0;
	right: 0;
}

.btn-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.web-title{
	letter-spacing: 5px;
	text-transform:uppercase;
        font-family: 'Unica One', cursive, Tahoma, Sans-Serif;	
	font-weight: 400;
	color: #73c6c6;
	margin: auto;
	font-size: 90px;
}

#myInput {
	background-image: url('../images/searchicon.png'); /* Add a search icon to input */
	background-position: 12px 12px; /* Position the search icon */
  	background-repeat: no-repeat; /* Do not repeat the icon image */
	width: 35%; /* width */
	font-size: 16px; /* Increase font-size */
	padding: 12px 20px 12px 40px; /* Add some padding */
	border: 2px solid #ddd; /* Add a grey border */
	border-spacing: 0 15px;
	margin-bottom: 12px; /* Add some space below the input */
	margin-left: 30px;
}

#myTable {
	border-collapse: collapse; /* Collapse borders */
	width: 95%; /* Full-width */
	border: 1px solid #ddd; /* Add a grey border */
	font-size: 14px; /* Increase font-size */
	border-spacing: 0 15px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0px -2px 6px 0px rgba(0,0,0,.25);
	-moz-box-shadow: 0px -2px 6px 0px rgba(0,0,0,.25);
	box-shadow: 0px 2px 6px 0px rgba(0,0,0,.25);
}


#myTable th { 
       	text-align: left; /* Left-align text */
	padding: 12px; /* Add padding */
}

#myTable td {
       	text-align: left; /* Left-align text */
	padding: 12px; /* Add padding */
}

#myTable tr {
	/* Add a bottom border to all table rows */
	border-bottom: 1px solid #ddd;
}

#myTable tr.heading{
	/* Add a grey background color to the table header and on hover */
	background-color:#e6e6e6;
}


#myTable tr input:hover{
       background-color:#d9d9d9;	
}


td{
	text-align:left;
	width: 150px;
	padding: 10px;
}


.truncate{
	white-space: nowrap;
	max-width: 200px !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*media queries*/


/* Media Queries: Tablet Landscape */
@media screen and (max-width: 1060px) {
	#primary { width:67%; }
	#secondary { width:30%; margin-left:3%;}
}

/* Media Queries: Tabled Portrait */
@media screen and (max-width: 768px) {
	#primary { width:100%; }
	#secondary { width:100%; margin:0; border:none; }
}

@media screen and (min-width: 500px) {
    .px-lg-8 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
}

@media screen and (max-width: 600px){

    .px-lg-8 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .px-lg-7 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }


    .web-title{
	letter-spacing: 5px;
	text-transform:uppercase;
        font-family: 'Unica One', cursive, Tahoma, Sans-Serif;	
	font-weight: 400;
	color: #73c6c6;
	margin: auto;
	font-size: 50px;
    }


    h3{
    	text-align: center;
   	font-weight: 200 !important;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 15px;
    }

    h1{
    	text-align: center;
    	text-transform: uppercase;
    	font-weight: 300 !important;
	font-size: 30px !important;
    	font-family: 'Unica One', cursive, Tahoma, Sans-Serif;
    }

    textarea{
	height: 4em;
    	width: 15em;	
    }	
}

@media (min-width: 576px) {
    .px-lg-8 {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }
}
@media (min-width: 768px) {

    .px-lg-8 {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }

}
@media (min-width: 1100px) {
    .px-lg-7 {
        padding-left: 10rem !important;
        padding-right: 10rem !important;
    }

    .px-lg-8 {
        padding-left: 17vw !important;
        padding-right: 17vw !important;
    }
}

@media only screen and (max-width: 480px) {
    /* horizontal scrollbar for tables if mobile screen */
    .tablemobile {
        overflow-x: auto;
        display: block;
    }
}
/* Fading */

.fade-in {
	animation: fadeIn ease 2s;
	-webkit-animation: fadeIn ease 2s;
	-moz-animation: fadeIn ease 2s;
	-o-animation: fadeIn ease 2s;
	-ms-animation: fadeIn ease 2s;
}

@keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}

@-ms-keyframes fadeIn {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}


